


/* part 2 */


.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  margin-left: 16px;
  margin-right: 16px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  white-space: pre-wrap;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  text-decoration: none;
  padding-left: 0px;
  margin-bottom: 0px;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  -webkit-flex-basis: 320px;
  -ms-flex-preferred-size: 320px;
  flex-basis: 320px;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutdiscounts {
  background-color: #fff;
  border-bottom-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #e6e6e6;
  border-top-style: solid;
  border-top-width: 1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
}

.w-commerce-commercecheckoutdiscountslabel {
  margin-bottom: 8px;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

.w-commerce-commercecheckoutdiscountsinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  min-width: 0px;
}

.w-commerce-commercecheckoutdiscountsinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutdiscountsinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutdiscountsbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 8px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 38px;
}

.w-commerce-commercecheckoutsummarylineitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutordersummaryextraitemslistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 8px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutplaceorderbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-bottom: 20px;
  text-align: center;
}

.w-commerce-commercecheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-commerce-commerceaddtocartform {
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 15px;
  margin-left: 0px;
}

.w-commerce-commerceaddtocartoptionpillgroup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.w-commerce-commerceaddtocartoptionpill {
  margin-right: 10px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #000;
  border-bottom-color: #000;
  border-left-color: #000;
  border-right-color: #000;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  color: #000;
  background-color: #fff;
  cursor: pointer;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-selected {
  color: #fff;
  background-color: #000;
}

.w-commerce-commerceaddtocartoptionpill.w--ecommerce-pill-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commerceaddtocartquantityinput {
  background-color: #fafafa;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #ddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #ddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  display: block;
  height: 38px;
  line-height: 20px;
  margin-bottom: 10px;
  padding-top: 8px;
  padding-right: 6px;
  padding-bottom: 8px;
  padding-left: 12px;
  width: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartquantityinput::-webkit-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::-ms-input-placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput::placeholder {
  color: #999;
}

.w-commerce-commerceaddtocartquantityinput:focus {
  border-top-color: #3898ec;
  border-right-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  outline-style: none;
}

.w-commerce-commerceaddtocartbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.w-commerce-commerceaddtocartbutton.w--ecommerce-add-to-cart-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-commerce-commerceaddtocartoutofstock {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ddd;
}

.w-commerce-commerceaddtocarterror {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #ffdede;
}

.w-commerce-commercebuynowbutton {
  background-color: #3898ec;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-top-width: 0px;
  color: #fff;
  cursor: pointer;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  display: inline-block;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-top: 10px;
}

.w-commerce-commercebuynowbutton.w--ecommerce-buy-now-disabled {
  color: #666;
  background-color: #e6e6e6;
  border-top-color: #e6e6e6;
  border-bottom-color: #e6e6e6;
  border-left-color: #e6e6e6;
  border-right-color: #e6e6e6;
  cursor: not-allowed;
  outline-style: none;
}

.w-users-userloginformwrapper {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.w-users-userformbutton {
  width: 100%;
  text-align: center;
}

.w-users-userformfooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 12px;
}

.w-users-userformerrorstate {
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
  margin-left: 20px;
  margin-right: 20px;
}

.w-commerce-commerceorderconfirmationcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: 0.33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-commerce-commercepaypalcheckouterrorstate {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  background-color: #ffdede;
}

.w-users-userresetpasswordformwrapper {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url(https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  position: relative;
  margin-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.w-users-useraccountwrapper {
  width: 100%;
  min-height: 100vh;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #f5f5f5;
}

.w-users-blockheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 20px;
  padding-left: 20px;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #e6e6e6;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-users-blockcontent {
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #e6e6e6;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #e6e6e6;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #e6e6e6;
  background-color: #fff;
}

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  background-color: #d3d3d3;
  color: #333;
}

.w-users-useraccountsubscriptionlist {
  overflow: auto;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
  -webkit-overflow-scrolling: touch;
}

.w-users-useraccountsubscriptionlistitem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.w-commerce-commercecartiteminfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 16px;
  margin-left: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  -webkit-flex-basis: 0%;
  -ms-flex-preferred-size: 0%;
  flex-basis: 0%;
}

.w-commerce-commercecartproductname {
  font-weight: 700;
}

.w-users-gridrow {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  grid-column-gap: 8px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.w-users-flexcolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.w-users-useraccountsubscriptioncancelbutton {
  color: #3898ec;
  background-color: transparent;
  cursor: pointer;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .toggle-button-box {
    display: block;
  }

  .w-commerce-commercelayoutcontainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    margin-right: 0px;
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .w-commerce-commercelayoutsidebar {
    -webkit-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutadditionaltextinput {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutadditionaltextarea {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutshippingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardnumber {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardexpirationdate {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutcardsecuritycode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingfullname {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddress {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcity {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingstateprovince {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingzippostalcode {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutdiscountsinput {
    font-size: 16px;
  }

  .w-commerce-commerceaddtocartquantityinput {
    font-size: 16px;
  }
}

body {
  background-color: #121826;
  font-family: Satoshi, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 28px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 56px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h3 {
  margin-top: 0px;
  margin-bottom: 28px;
  font-size: 48px;
  line-height: 64px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h4 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
  letter-spacing: -0.02em;
}

p {
  margin-bottom: 24px;
  color: #b5bdd1;
  line-height: 32px;
}

a {
  color: #fff;
  font-weight: 500;
  text-decoration: underline;
}

ul {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 20px;
  color: #b5bdd1;
}

ol {
  margin-top: 0px;
  margin-bottom: 24px;
  padding-left: 24px;
  color: #b5bdd1;
}

li {
  margin-bottom: 8px;
}

blockquote {
  margin-bottom: 32px;
  padding: 0px 20px;
  border-left: 5px solid #8102ff;
  font-size: 24px;
  line-height: 32px;
}

.wrapper {
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.wrapper._600-width {
  width: 90%;
}

.section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.background-primary.text-align-center {
  background-color: #00df29;
}

.background-black {
  background-color: #0e1320;
}

.background-dark {
  background-color: #121826;
}

.background-dark.styleguide-color {
  border-style: solid;
  border-width: 2px;
  border-color: #181e2c;
}

.background-dark-grey {
  background-color: #181e2c;
}

.background-grey {
  background-color: #313a50;
}

.background-light-grey {
  background-color: #7a849e;
}

.background-lightest-grey {
  background-color: #b5bdd1;
}

.background-dark-primary {
  background-color: #6711bd;
}

.background-primary {
  background-color: #8102ff;
}

.background-mid-primary {
  background-color: #ce9dff;
}

.background-light-primary {
  background-color: #d8c6eb;
}

.background-white {
  background-color: #fff;
}

.styleguide-color {
  width: 80px;
  height: 80px;
  margin-right: 12px;
  border-radius: 8px;
}

.styleguide-color-section-container {
  padding-top: 32px;
  padding-bottom: 32px;
  border-bottom: 2px solid #181e2c;
}

.styleguide-text-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.subtitle {
  margin-bottom: 16px;
  color: #b5bdd1;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.subtitle.text-light-grey {
  color: #b5bdd1;
}

.small-paragraph {
  font-size: 18px;
  line-height: 24px;
}

.styleguide-text-item {
  padding: 30px 0px 14px;
  border-bottom: 2px solid #181e2c;
}

.text-light-grey {
  color: #7a849e;
}

.text-lightest-grey {
  color: #b5bdd1;
}

.text-primary {
  color: #02ff30;
}

.text-light-primary {
  color: #fff;
}

.styleguide-color-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-bar {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #0e1320;
}

.navbar-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link {
  margin-right: 40px;
  padding: 0px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #b5bdd1;
  font-size: 18px;
  font-weight: 700;
}

.nav-link:hover {
  color: #fff;
}

.nav-link.w--current {
  color: #fff;
}

.nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-logo {
  margin-right: 56px;
}

.nav-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #aa04f9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-align: center;
}

.button:hover {
  background-color: #bc68e4;
}

.button.invisible {
  background-color: #313a50;
  color: #b5bdd1;
}

.button.invisible:hover {
  background-color: #181e2c;
}

.button.first-button {
  margin-right: 12px;
  background-color: #aa04f9;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.button.first-button:hover {
  background-color: #02ff30;
}

.button.white {
  background-color: #fff;
  color: #8102ff;
}

.button.dark-primary {
  background-color: #6711bd;
}

.button.dark-primary:hover {
  background-color: #590ba7;
}

.button.white:hover {
  background-color: hsla(0, 0%, 100%, 0.9);
}

.button.white.first-button {
  color: #aa04f9;
}

.button.full-width {
  width: 100%;
}

.hero-section {
  padding-top: 214px;
  padding-bottom: 35px;
}

.hero-grid {
  display: -ms-grid;
  display: grid;
  margin-top: -260px;
  padding-left: 35px;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.hero-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.customers-section {
  padding-top: 72px;
  padding-bottom: 0px;
  background-color: #181e2c;
}

.text-align-center {
  text-align: center;
}

.customer-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 40px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.customer-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px 12px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

._600-width {
  width: 100%;
  max-width: 600px;
}

.features-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 72px;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

.icon-container.background-primary {
  background-color: #00df29;
}

.icon {
  width: 20px;
  height: 20px;
}

.feature-grid-item {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading {
  margin-bottom: 12px;
}

.big-testimonial-text {
  margin-bottom: 40px;
  font-size: 40px;
  line-height: 56px;
  font-weight: 500;
}

.big-testimonial-user-image {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  border-radius: 1000%;
}

.big-testimonial-name {
  margin-bottom: 12px;
  font-weight: 500;
}

.big-testimonial-company-position {
  color: #ce9dff;
}

.feature-section {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.feature-section-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-list-item {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(40px, 40px) 1fr;
  grid-template-columns: minmax(40px, 40px) 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-list-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #b5bdd1;
}

.icon-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.feature-section-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cta-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #aa04f9;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hint-text {
  margin-top: 24px;
  margin-bottom: 0px;
  color: #7a849e;
  font-size: 18px;
}

.footer {
  background-color: #0e1320;
}

.footer-top {
  padding-top: 72px;
  padding-bottom: 72px;
}

.footer-top-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer-links-grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-links {
  min-width: 140px;
}

.footer-link-title {
  margin-bottom: 24px;
  color: #b5bdd1;
  font-size: 18px;
  font-weight: 500;
}

.footer-link {
  display: block;
  margin-bottom: 8px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-weight: 500;
  text-decoration: none;
}

.footer-link:hover {
  color: #b5bdd1;
}

.footer-bottom {
  padding-top: 32px;
  padding-bottom: 32px;
  border-top: 1px solid #181e2c;
}

.footer-bottom-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-bottom-text {
  color: #b5bdd1;
  font-size: 18px;
  text-align: center;
}

.footer-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: minmax(200px, 1fr);
  grid-template-columns: minmax(200px, 1fr);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-social-icon {
  margin-left: 24px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.footer-social-icon:hover {
  opacity: 0.8;
}

.cta-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.pricing-header {
  padding-top: 89px;
  padding-bottom: 160px;
  background-color: #aa04f9;
}

.pricing-grid {
  position: relative;
  top: -100px;
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.pricing-card {
  border-radius: 12px;
  background-color: #fff;
  color: #0e1320;
}

.pricing-card-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #b5bdd1;
  color: #7a849e;
  font-size: 18px;
}

.pricing-tag {
  margin-bottom: 24px;
  padding: 2px 12px;
  border-radius: 100px;
  background-color: #eaffee;
  color: #00b822;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.pricing-cost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.pricing-number {
  margin-right: 8px;
  color: #0e1320;
  font-size: 48px;
  line-height: 40px;
  font-weight: 700;
}

.pricing-frequency {
  color: #7a849e;
  text-decoration: line-through;
}

.pricing-card-bottom {
  padding: 32px;
  text-align: center;
}

.pricing-card-title {
  margin-bottom: 12px;
  font-size: 18px;
  font-weight: 700;
}

.pricing-features-list {
  margin-bottom: 24px;
  padding-left: 20px;
  color: #7a849e;
  font-size: 18px;
  line-height: 32px;
}

.reviews-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 64px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.review-card {
  padding: 32px;
  border-radius: 12px;
  background-color: #121826;
}

.review-person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.review-person-image {
  width: 48px;
  height: 48px;
  margin-right: 16px;
  border-radius: 20px;
}

.review-person-name {
  font-size: 18px;
  font-weight: 500;
}

.review-person-company {
  color: #b5bdd1;
  font-size: 16px;
}

.faq-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  -ms-grid-columns: 0.75fr 1fr;
  grid-template-columns: 0.75fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.faq-title-container {
  position: relative;
}

.faq-questions-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.faq-item {
  padding: 32px;
  border-radius: 12px;
  background-color: #181e2c;
}

.faq-answer-text {
  margin-bottom: 0px;
}

.faq-title-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}

.paragraph {
  color: #d8c6eb;
}

.about-stats-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 64px;
  grid-auto-columns: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #313a50;
}

.about-stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121826;
  text-align: center;
}

.about-stat-number {
  margin-bottom: 12px;
  font-size: 90px;
  line-height: 120px;
  font-weight: 700;
}

.mission-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 64px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mission-left {
  width: 100%;
  max-width: 800px;
}

.mission-text {
  font-size: 40px;
  line-height: 56px;
  letter-spacing: -0.015em;
}

.team-image-container {
  width: 100%;
  border-radius: 12px;
}

.team-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-person-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 32px 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #0e1320;
  text-align: center;
}

.team-person-image {
  width: 124px;
  height: 124px;
  margin-bottom: 32px;
  border-radius: 100%;
}

.team-person-name {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.team-person-title {
  margin-bottom: 16px;
  color: #8102ff;
}

.team-person-desc {
  margin-bottom: 24px;
  color: #b5bdd1;
  line-height: 28px;
}

.team-person-social-icons {
  position: absolute;
  bottom: 32px;
  display: -ms-grid;
  display: grid;
  height: 24px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.team-person-social-icon {
  width: 24px;
  height: 24px;
  opacity: 0.8;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.team-person-social-icon:hover {
  opacity: 1;
}

.team-section {
  padding-top: 100px;
}

.contact-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.contact-left {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  background-color: #313a50;
}

.middle-contact-left {
  padding-top: 24px;
  padding-bottom: 24px;
  background-color: #121826;
}

.contact-details-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-details-icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.contact-details-list {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.bottom-contact-left {
  padding-top: 32px;
  background-color: #121826;
}

.contact-social-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-social-icon {
  margin-right: 24px;
}

.contact-form {
  padding: 32px;
  border-radius: 12px;
  background-color: #181e2c;
}

.input-field {
  height: 48px;
  margin-bottom: 24px;
  padding: 16px;
  border-style: solid;
  border-width: 2px;
  border-color: #121826;
  border-radius: 8px;
  background-color: #121826;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  color: #fff;
  font-size: 18px;
}

.input-field:hover {
  background-color: #0e1320;
}

.input-field:active {
  border-color: #313a50;
}

.input-field:focus {
  border-color: #8102ff;
}

.input-field::-webkit-input-placeholder {
  color: #7a849e;
}

.input-field:-ms-input-placeholder {
  color: #7a849e;
}

.input-field::-ms-input-placeholder {
  color: #7a849e;
}

.input-field::placeholder {
  color: #7a849e;
}

.input-field.text-area {
  min-height: 150px;
}

.input-label {
  color: #b5bdd1;
  font-size: 18px;
}

.account-grid {
  display: -ms-grid;
  display: grid;
  height: 100vh;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.account-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #181e2c;
}

.account-form {
  width: 100%;
  margin-bottom: 0px;
}

.account-title {
  margin-bottom: 32px;
}

.account-logo {
  position: absolute;
  left: 64px;
  top: 64px;
}

.account-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #6711bd;
}

.account-right-details {
  margin-top: 32px;
  text-align: center;
}

.blog-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 100px;
  grid-auto-columns: 1fr;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.blog-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-color: #0e1320;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  text-decoration: none;
}

.blog-card:hover {
  background-color: #121826;
}

.blog-card-image-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 250px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blog-card-image {
  width: 100%;
  height: 100%;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-card-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 32px 32px 56px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blog-card-category {
  margin-bottom: 16px;
  color: #8102ff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

.blog-card-date {
  position: absolute;
  left: 32px;
  bottom: 32px;
  color: #b5bdd1;
  font-size: 16px;
  line-height: 24px;
}

.blog-post-category {
  margin-bottom: 20px;
  padding: 6px 16px;
  border-radius: 1000px;
  background-color: rgba(0, 223, 41, 0.16);
  color: #00df29;
  font-weight: 500;
}

.blog-post-title-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.blog-post-date {
  color: #7a849e;
}

.blog-post-image {
  width: 100%;
  max-height: 600px;
  margin-bottom: 80px;
  border-radius: 12px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-post-wrapper {
  width: 100%;
  max-width: 740px;
  margin-right: auto;
  margin-left: auto;
}

.styleguide-button-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #121826;
}

.styleguide-button-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  background-color: #181e2c;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -ms-grid;
  display: grid;
  width: 90%;
  max-width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.license-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.license-item {
  padding: 24px 24px 0px;
  border-radius: 12px;
  background-color: #0e1320;
}

.changelog-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.changelog-grid-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 12px;
  background-color: #0e1320;
}

.changelog-version-tag {
  margin-bottom: 16px;
  padding: 4px 16px;
  border-radius: 8px;
  background-color: rgba(129, 2, 255, 0.2);
  color: #8102ff;
  font-size: 16px;
  font-weight: 700;
}

.team-image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.white-link {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-weight: 500;
}

.white-link:hover {
  text-decoration: underline;
}

.form-success {
  border-radius: 8px;
  background-color: #313a50;
}

.form-error {
  margin-top: 12px;
  padding: 0px;
  background-color: rgba(255, 222, 222, 0);
  color: #b5bdd1;
  font-size: 16px;
}

.log-in-sign-up-image {
  max-width: 70%;
}

.cms-empty-state {
  background-color: hsla(0, 0%, 86.7%, 0);
  text-align: center;
}

.team-person-wrapper {
  width: 90%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.image {
  background-color: #000;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.image-3 {
  padding-top: 68px;
  padding-left: 0px;
}

.list-item {
  list-style-type: none;
}

.list-item-2 {
  list-style-type: none;
}

.list-item-3 {
  list-style-type: none;
}

.list-item-4 {
  list-style-type: none;
}

.list-item-5 {
  list-style-type: none;
}

.list-item-6 {
  list-style-type: none;
}

.bold-text {
  text-decoration: underline;
}

.block-header {
  background-color: #fff;
}

.container {
  color: #000;
}

.container-2 {
  color: #000;
  font-size: 16px;
  font-style: normal;
}

.submit-button {
  background-color: #635bff;
}

.shipping-address {
  text-transform: none;
}

.buy-now-button {
  position: absolute;
  left: 25%;
  top: 43%;
  right: 25%;
  bottom: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  float: none;
  background-color: #00df29;
  text-align: center;
}

.buy-now-button:hover {
  box-shadow: 3px 3px 20px -8px #00df29;
}

.text-block {
  text-align: center;
}

.apply-button {
  background-color: #272727;
}

.heading-3 {
  color: #000;
}

.heading-4 {
  color: #000;
}

.column {
  color: #000;
}

.field-label {
  color: #000;
}

.text-block-2 {
  color: #000;
}

.text-block-3 {
  color: #000;
}

.text-block-4 {
  color: #000;
}

.text-block-5 {
  color: #000;
}

.text-block-6 {
  color: #000;
}

.heading-5 {
  color: #000;
}

.div-block {
  color: #000;
}

.field-label-2 {
  color: #000;
}

.text-block-7 {
  color: #000;
}

.text-block-8 {
  color: #000;
}

.text-block-9 {
  color: #000;
}

.text-block-10 {
  color: #000;
}

.text-block-11 {
  color: #000;
}

.heading-6 {
  color: #000;
}

.line-item {
  color: #000;
}

.line-item-2 {
  color: #000;
}

.block-header-2 {
  color: #000;
}

.text-block-12 {
  color: #000;
}

.text-block-13 {
  color: #000;
}

.div-block-2 {
  color: #000;
}

.div-block-3 {
  padding-top: 69px;
}

.div-block-4 {
  position: absolute;
  left: 434px;
  width: 700px;
  height: 400px;
}

.button-3 {
  width: 400px;
  height: 50px;
  border-radius: 8px;
  background-color: #00b822;
  font-size: 16px;
}

.div-block-5 {
  padding-top: 29px;
}

.heading-7 {
  color: #000;
  text-align: center;
}

.text-block-14 {
  padding-bottom: 31px;
  color: #000;
  text-align: center;
}

.link {
  color: #8102ff;
}

.image-5 {
  text-align: left;
}

.text-block-15 {
  color: #0e1320;
  font-weight: 500;
  text-align: left;
}

.block-content {
  color: #000;
}

.block-header-3 {
  color: #000;
}

.submit-button-2 {
  background-color: #000;
}

.plan-features-grid {
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.plan-content-top {
  margin-bottom: 239px;
}

.paragraph-3.card-plan-subscribe {
  margin-bottom: 0px;
}

.paragraph-3.plan-description {
  margin-bottom: 43px;
}

.plan-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.divider {
  width: 100%;
  min-height: 1px;
  background-color: #d3d6e3;
}

.divider.card-plan-subscribe {
  margin-top: 48px;
  margin-bottom: 46px;
}

.title.h3-size {
  color: #1e2f6d;
  font-size: 22px;
  line-height: 1.636em;
  font-weight: 700;
}

.title.h3-size.card-plan-subscribe {
  margin-bottom: 8px;
}

.title.h1-size {
  color: #1e2f6d;
  font-size: 48px;
  line-height: 1.271em;
  font-weight: 700;
}

.title.h1-size.plan-text {
  margin-bottom: 0px;
}

.title.plan {
  margin-right: 11px;
  margin-bottom: 0px;
}

.section-3 {
  padding-top: 144px;
  padding-bottom: 144px;
}

.section-3.plan {
  position: relative;
  padding-top: 127px;
  padding-bottom: 112px;
}

.bg {
  position: absolute;
}

.bg.plan {
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  min-height: 53%;
  background-color: #f6f9ff;
}

.card-plan-subscribe-price {
  margin-bottom: 24px;
  color: #1e2f6d;
  font-size: 32px;
  line-height: 1.563em;
  font-weight: 500;
}

.card {
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  border-color: #e9ebf3;
  border-radius: 22px;
  background-color: #fff;
  box-shadow: 0 6px 22px 0 rgba(11, 55, 142, 0.06);
}

.card.plan-subscribe {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  min-height: 567px;
  padding: 65px 50px 72px;
}

.card.plan-subscribe.mobile {
  position: static;
  display: none;
}

.empty-state {
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 30px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #d8e5ff;
  border-radius: 14px;
  background-color: #eaf1ff;
  color: #646d9c;
  font-weight: 500;
  text-align: center;
}

.button-secondary {
  padding: 24px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #e9ebf3;
  border-radius: 14px;
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 16, 36, 0.02), 0 4px 8px 0 rgba(0, 16, 36, 0.04);
  -webkit-transition: box-shadow 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #0355ff;
  line-height: 1.111em;
  text-align: center;
}

.button-secondary:hover {
  background-color: #0355ff;
  box-shadow: 0 1px 1px 0 rgba(0, 16, 36, 0.02), 0 1px 1px 0 rgba(0, 16, 36, 0.04);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button-secondary.full-width {
  display: block;
}

.button-secondary.full-width.buy-now {
  margin-top: 16px;
  background-color: #0e1320;
  color: #fff;
  font-weight: 500;
}

.button-secondary.full-width.buy-now:hover {
  background-color: #00b822;
  color: #fff;
}

.add-cart-default-state {
  margin-bottom: 0px;
}

.button-primary {
  padding: 24px 48px;
  border-radius: 14px;
  background-color: #0355ff;
  box-shadow: 0 6px 16px 0 rgba(3, 85, 255, 0.28);
  -webkit-transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  line-height: 1.111em;
  font-weight: 500;
  text-align: center;
}

.button-primary:hover {
  background-color: #0e51db;
  box-shadow: 0 1px 1px 0 rgba(3, 85, 255, 0.28);
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
  color: #fff;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.plan-title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.plan-feature-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #1e2f6d;
  line-height: 1.111em;
  font-weight: 500;
}

.split-content.plan-right {
  max-width: 504px;
}

.split-content.plan-left {
  max-width: 628px;
  margin-right: 30px;
  margin-bottom: -167px;
  padding-bottom: 0px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.image-6.plan-icon {
  width: 81px;
  max-height: 81px;
  min-height: 81px;
  min-width: 81px;
  margin-bottom: 30px;
  border-radius: 19px;
  background-color: #eaf1ff;
}

.image-6.card-plan-item-feature-icon {
  width: 24px;
  max-height: 24px;
  min-height: 24px;
  min-width: 24px;
  border-radius: 10000000px;
  box-shadow: 0 4px 4px 0 rgba(17, 127, 255, 0.2), 0 3px 6px 0 rgba(3, 85, 255, 0.24);
}

.container-default {
  max-width: 1294px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-default.plan {
  position: relative;
  z-index: 1;
}

.error-message {
  margin-top: 20px;
  padding: 20px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  border-radius: 14px;
  background-color: #ffdbdb;
  color: #ff5053;
  font-weight: 500;
  text-align: center;
}

.card-plan-item-feature-icon-wrapper {
  position: relative;
  top: -1px;
  margin-right: 12px;
}

.add-cart-button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.body-2 {
  background-color: #fff;
}

.list {
  padding-top: 40px;
}

.banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50px;
  padding: 0px 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00e016;
  color: #fff;
}

.banner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1000px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.content-wrap-01 {
  margin-right: 10px;
  padding: 0px 15px;
  border-radius: 50px;
  background-color: hsla(0, 0%, 100%, 0.1);
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
}

.link-2 {
  color: #8102ff;
}

@media screen and (min-width: 1920px) {
  .hero-section {
    margin-left: 0px;
    padding-top: 243px;
    padding-bottom: 0px;
  }

  .hero-grid {
    margin-top: -230px;
    margin-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  .customers-section {
    padding-bottom: 0px;
  }

  .image {
    padding-top: 15px;
    padding-bottom: 0px;
  }

  .image-3 {
    padding-top: 4px;
  }

  .image-4 {
    margin-left: 70px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .section-2 {
    position: absolute;
  }

  .div-block-3 {
    width: 1000px;
    height: auto;
  }

  .div-block-4 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
  }

  .button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }

  .button-3 {
    width: 400px;
    height: 50px;
    border-radius: 6px;
    background-color: #00b822;
    -webkit-backdrop-filter: brightness(80%);
    backdrop-filter: brightness(80%);
    font-size: 16px;
  }

  .div-block-5 {
    padding-top: 33px;
  }

  .section-3 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-3.plan {
    padding-top: 100px;
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 991px) {
  .styleguide-color {
    width: 100%;
  }

  .styleguide-color-wrapper {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .nav-link {
    width: 100%;
    padding: 24px;
  }

  .nav-links {
    border-bottom: 1px solid #181e2c;
    background-color: #0e1320;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.2);
  }

  .hero-section {
    padding-top: 311px;
  }

  .hero-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .customer-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._600-width {
    width: 100%;
    max-width: none;
  }

  .features-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .feature-section {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .cta-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cta-button-container {
    margin-top: 32px;
  }

  .nav-mobile-button {
    background-color: #0e1320;
  }

  .nav-mobile-button.w--open {
    background-color: #0e1320;
  }

  .pricing-grid {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .faq-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about-stats-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mission-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .mission-text {
    margin-bottom: 32px;
  }

  .team-image-container {
    margin-bottom: 64px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .team-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .contact-grid {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .account-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .account-right {
    display: none;
  }

  .blog-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .blog-card-details {
    padding-top: 24px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .blog-card-date {
    left: 24px;
    bottom: 24px;
  }

  .styleguide-button-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .plan-content-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .plan-features-grid {
    margin-bottom: 60px;
  }

  .plan-content-top {
    margin-bottom: 140px;
  }

  .paragraph-3.card-plan-subscribe {
    max-width: 400px;
  }

  .paragraph-3.plan-description {
    max-width: 600px;
    margin-bottom: 40px;
  }

  .plan-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .divider.card-plan-subscribe {
    margin-top: 40px;
    margin-bottom: 38px;
  }

  .title.h3-size {
    max-width: 400px;
  }

  .title.h1-size {
    font-size: 43px;
  }

  .title.plan {
    margin-right: 10px;
  }

  .section-3 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-3.plan {
    padding-top: 64px;
    padding-bottom: 90px;
  }

  .card.plan-subscribe {
    min-height: 415px;
    margin-top: 93px;
    padding-top: 54px;
    padding-bottom: 60px;
  }

  .card.plan-subscribe.mobile {
    display: block;
  }

  .button-secondary.full-width.buy-now {
    margin-top: 0px;
    margin-left: 16px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .button-primary.full-width.add-cart {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .plan-title-wrapper {
    max-width: 600px;
    margin-bottom: 10px;
  }

  .split-content.plan-right {
    display: none;
    max-width: 100%;
    margin-top: 60px;
  }

  .split-content.plan-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .image-6.plan-icon {
    margin-bottom: 25px;
  }

  .container-default {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .add-cart-button-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (max-width: 767px) {
  .styleguide-color-wrapper {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .features-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer-top-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-bottom-text {
    margin-bottom: 32px;
    text-align: center;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  .nav-button-container {
    display: none;
  }

  .reviews-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .team-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .account-left {
    padding: 25px;
  }

  .account-logo {
    left: 24px;
    top: 24px;
  }

  .blog-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .styleguide-button-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .plan-features-grid {
    margin-bottom: 50px;
  }

  .plan-content-top {
    margin-bottom: 120px;
  }

  .paragraph-3.card-plan-subscribe {
    max-width: 400px;
  }

  .paragraph-3.plan-description {
    margin-bottom: 35px;
  }

  .divider.card-plan-subscribe {
    margin-top: 33px;
    margin-bottom: 32px;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .title.h3-size.card-plan-subscribe {
    max-width: 400px;
    margin-bottom: 4px;
  }

  .title.h1-size {
    font-size: 38px;
  }

  .title.plan {
    margin-right: 8px;
  }

  .section-3 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section-3.plan {
    padding-top: 50px;
    padding-bottom: 72px;
  }

  .card-plan-subscribe-price {
    font-size: 27px;
  }

  .card.plan-subscribe {
    min-height: 398px;
    padding: 45px 35px 50px;
  }

  .button-secondary {
    padding-right: 40px;
    padding-left: 40px;
  }

  .button-primary {
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-6.plan-icon {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .styleguide-color-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .button.invisible {
    width: 135px;
    height: 40px;
    margin-right: 0px;
    margin-left: 61px;
    font-size: 12px;
  }

  .button.first-button {
    width: 135px;
    height: 40px;
    margin-right: -56px;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 12px;
  }

  .button.white.first-button {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 10px;
  }

  .hero-grid {
    padding-left: 0px;
  }

  .customer-grid-item {
    padding: 16px 0px;
  }

  .big-testimonial-text {
    font-size: 24px;
  }

  .footer-top {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer-links-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .reviews-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .faq-questions-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .team-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact-form {
    padding: 24px;
  }

  .license-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .changelog-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image {
    margin-top: -42px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-2 {
    overflow: hidden;
    font-size: 40px;
  }

  .paragraph-2 {
    overflow: hidden;
  }

  .image-2 {
    overflow: hidden;
  }

  .div-block-4 {
    position: absolute;
    left: -379px;
    width: 200px;
    height: 300px;
  }

  .button-3 {
    width: auto;
    height: auto;
  }

  .plan-features-grid {
    margin-bottom: 40px;
    grid-row-gap: 15px;
  }

  .plan-content-top {
    margin-bottom: 100px;
  }

  .paragraph-3.card-plan-subscribe {
    color: #7a849e;
  }

  .paragraph-3.plan-description {
    margin-bottom: 30px;
  }

  .divider.card-plan-subscribe {
    margin-top: 28px;
    margin-bottom: 27px;
  }

  .title.h1-size {
    font-size: 34px;
  }

  .section-3 {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .section-3.plan {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .bg.plan {
    min-height: 60%;
  }

  .card-plan-subscribe-price {
    margin-bottom: 20px;
    font-size: 23px;
  }

  .card {
    border-radius: 20px;
  }

  .card.plan-subscribe {
    min-height: 445px;
    margin-top: 109px;
    padding: 38px 25px 42px;
  }

  .button-secondary {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .button-secondary.full-width.buy-now {
    margin-top: 16px;
    margin-left: 0px;
  }

  .button-primary {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .plan-feature-wrapper {
    font-size: 16px;
  }

  .image-6.plan-icon {
    width: 75px;
    max-height: 75px;
    min-height: 75px;
    min-width: 75px;
    margin-bottom: 15px;
  }

  .image-6.card-plan-item-feature-icon {
    width: 20px;
    max-height: 20px;
    min-height: 20px;
    min-width: 20px;
  }

  .container-default {
    padding-right: 16px;
    padding-left: 16px;
  }

  .card-plan-item-feature-icon-wrapper {
    margin-right: 10px;
  }

  .add-cart-button-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .banner {
    display: none;
  }
}

#w-node-af559051-416a-e589-3f85-176a83cbd9c5-f1b708b5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-_5f2e0672-2527-35db-2443-ea72b496d1da-f1b708b5 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
}

#w-node-ce63975e-e79c-c136-d90e-976d95cdd56d-38b708ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_61c64b84acfb94a992838aff00000000000f-38b708ee {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-af559051-416a-e589-3f85-176a83cbd9c5-f1b708b5 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-_226aeaaa-ba7a-1b6a-07cc-8243617f327b-f1b708b5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ed9ee1d9-90f5-a061-8f99-a58b943fd2b8-f1b708b5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_370ab985-0bb2-7ce9-9089-bc2afe93fa6a-f1b708b5 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_07413ab1-2097-45fc-a405-bb01a315820e-f1b708b5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ed9ee1d9-90f5-a061-8f99-a58b943fd2b8-f1b708b5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ed9ee1d9-90f5-a061-8f99-a58b943fd2b7-f1b708b5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
}

@font-face {
  font-family: 'Satoshi';
  src: url('https://uploads-ssl.webflow.com/6259ac166b5569003356f949/6259ac176b556943b356f97a_Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('https://uploads-ssl.webflow.com/6259ac166b5569003356f949/6259ac176b5569b6af56f97b_Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Satoshi';
  src: url('https://uploads-ssl.webflow.com/6259ac166b5569003356f949/6259ac176b55695e0356f97c_Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}